body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;

}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

.header {
    display: block;
    /* margin-bottom: 58px; */
}

.header__pc__nav__wrap {
    display: none;
}

.header__sp__wrap {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.footer__contact__txt03 a {
    color: #fff;
    text-decoration: underline;
}

.header__sp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 27px;
    position: fixed;
    z-index: 100;
    /* background: #002895; */
    background-color: rgba(0, 40, 149, 0.8);
    /* opacity: 0.5; */
    width: 100%;
    /*    backdrop-filter: blur(8px); */
    /* filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.137)); */
}

.header__sp__l-wrap {
    display: flex;
    align-items: center;
}

.header__sp__r-wrap {
    display: flex;
    align-items: center;
    margin-right: 50px;
    height: 56.92px;
}

.header__sp__logo {
    text-align: center;
    /* font-size: 24px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif; */
    max-width: 180px;

}

.header__sp__logo a {
    color: #000;
    font-weight: 400;
}

.header__sp__nav__wrap {
    /* background-color: #002895a4; */
    background-color: rgba(0, 40, 149, 0.8);
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    transform: translateX(100%);
    /* transition: transform .5s; */
    height: 100vh;
    backdrop-filter: blur(8px);
    max-height: 100vh;
    overflow: auto;
}

.close__btn {

    position: fixed;
    top: 22px;
    right: 34px;
    width: 22px;
    height: 15px;
    cursor: pointer;
    width: 15px;
}

.header__sp__nav {
    padding: 110px 0 0px;
    /* display: none; */
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
}

.header__sp__nav>li {
    margin-bottom: 37px;
    /*  border-bottom: 1px solid #A69891; */
    /*  padding-left: 8px; */
    text-align: center;

}

.header__sp__nav__under {
    max-width: 300px;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    height: 40px;
    /*  filter: drop-shadow(0px 2px 2px #686868); */
}

body .header__sp__nav__under01 {
    background-color: #68B3DB;
    margin-top: 55px;
    margin-bottom: 20px;
}

.header__sp__nav__under02 {
    background-color: #ED5757;
}

.header__sp__nav .header__sp__nav__under>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header__sp__nav li a {
    text-decoration: none;
    color: #fff;
    padding-left: 8px;
    display: inline-block;
    width: 100%;
}



.header__pc__new-work__dt {
    height: 100%;
    display: flex;
    align-items: center;
}

.header__sp__nav__new-work {
    margin-top: 12px;
}

.header__sp__nav__new-work>li {
    font-size: 18px;
}

.header__sp__nav__new-work>li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: #A69891 dotted 1px;
    padding-bottom: 11px;
}

.header__sns__wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    margin-top: 40px;
}

.header__sns__wrap>a {
    width: 30px;
}

.header__sns__wrap>a:nth-child(2) {
    margin: 0 10px;
}

/* ヘッダーsp ハンバーガーメニューBTN */
.l-header__nav-btn {
    width: 60px;
    font-size: 10px;
    position: absolute;
    z-index: 510000;
    margin-right: 0;
    margin-left: auto;
    height: 49px;
    right: 0;
    /* background-color: #eba03b; */
    cursor: pointer;
}

.l-header__nav-btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    /* padding: 6px 15px 10px; */
    height: 55px;
    position: absolute;
    bottom: 8px;
    height: 100%;
    width: 100%;
}

.l-header__nav-btn .l-header__nav-btn-inner .l-header__nav-btn-line {
    position: absolute;
    width: 55%;
    bottom: 45.5%;
}

#btn_spmenu span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    border-radius: 50px;
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(1) {
    top: calc(50% - 8px);
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(2) {
    top: calc(50% - 2px);
}

.l-header__nav-btn .l-header__nav-btn-inner div span:nth-child(3) {
    top: calc(50% + 4px);
}

body.is_menu_open #btn_spmenu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
    margin-top: 0;
}

body.is_menu_open #btn_spmenu span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    margin-top: 0;
}

body.is_menu_open #btn_spmenu span:nth-child(2) {
    width: 0;
    left: 50%;
}

.l-header__nav-btn .l-header__nav-btn-inner div span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-color: #fff;
}

/* ハンバーガーメニュー関連 */
body.is_menu_open {
    position: fixed;
    width: 100%;
    height: 100%;
}

.hm__txt {
    font-size: 9px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
}

/* ヘッダーsp ハンバーガーメニューblack_bg */
body.is_menu_open #js_black_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.header__pc__nav__yoyaku {
    display: none;
}

/* 共通部分 */

.br__pc {
    display: none;
}

.content__wrapper {
    padding: 0 20px;
}

.contact__btn {
    font-size: 18px;
    border: #fff 1px solid;
    border-radius: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.contact__btn>a {
    color: #fff;
}

.header__contact__btn {
    max-width: 250px;
    margin-bottom: 40px;
}

.mv__wrap {
    position: relative;
}

.mv__txt01 {
    width: 75%;
    position: absolute;
    top: 40%;
    left: 5%;

}

.mv__txt02 {
    position: absolute;
    width: 25%;
    bottom: 2%;
    right: 2%;
}

.h__ttl {
    font-family: "Archivo Black", sans-serif;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2rem;
}

.h__subttl {
    color: #3fa7f3;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    margin-top: 4px;
}

.footer__wrap {
    background-color: #0080c6;
    padding: 60px 0;
}

.footer__top__wrap {
    padding: 0 20px;
}

.footer__top__wrap>img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.footer__contact {
    display: flex;
    border: #fff 1px solid;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}

.footer__contact__ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 14px 7px;
    border-right: #fff 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;

}

.footer__contact__txt {
    padding: 14px;
    line-height: 1.4;
    font-size: 14px;
}

.footer__contact__txt-item {
    margin-bottom: 7px;
}

.footer__contact__txt01 {
    text-indent: -4.5rem;
    padding-left: 4.5rem;
    display: inline-block;
}

.footer__contact__txt02 {
    text-indent: -5.2rem;
    padding-left: 5.2rem;
    display: inline-block;
}


.footer__contact__txt03 {
    font-size: 18px;
}

.footer__contact__txt03>span {
    font-size: 14px;
}

.bus__jikoku__bnr {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 20px;
}

@media screen and (max-width: 375px) {
    .footer__contact__txt {
        padding: 14px;
        line-height: 1.4;
        font-size: 12px;
    }

    .footer__contact__ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 14px 7px;
        border-right: #fff 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;

    }

    .footer__contact__txt01 {
        text-indent: -3.8rem;
        padding-left: 3.8rem;
        display: inline-block;
    }

    .footer__contact__txt02 {
        text-indent: -4.5rem;
        padding-left: 4.5rem;
        display: inline-block;
    }

}




.footer__nav {
    margin-top: 60px;
    text-align: center;
}

.footer__nav>li {
    margin-bottom: 30px;
}

.footer__nav>li>a {
    color: #fff;
}

.footer__sns__wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.footer__sns__wrap>a {
    width: 60px;
    display: block;
}

.footer__sns__wrap>a:nth-child(2) {
    margin: 0 20px;
}

.footer__nav__contact {
    border: 1px solid #fff;
    border-radius: 50px;
    /* padding: 10px 20px; */
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.footer__nav__contact a {
    padding: 10px 20px;
    display: block;
}

.pc, .pc-in, .pc-inbl, .tabpc-inbl {
    display: none;
}

.sp {
    display: block;
}

.sp-in {
    display: inline;
}

.sp-inbl {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .pc-in {
        display: inline;
    }

    .pc-inbl, .tabpc-inbl {
        display: inline-block;
    }

    .sp, .sp-in, .sp-inbl {
        display: none;
    }

    .mv__txt01 {
        width: 71.7%;
        position: absolute;
        top: 28%;
        left: 5.5%;
    }

    .mv__txt02 {
        position: absolute;
        width: 19.7%;
        bottom: 4.7%;
        right: 2.7%;
    }

    .mv__txt03 {
        width: 35%;
        position: absolute;
        top: 65%;
        left: 7%;
    }
}

@media screen and (min-width: 1080px) {


    .header {
        /*   margin-bottom: 80px; */

    }

    .header__sp__wrap {
        height: 200px;
        top: 0;
        transition: top 0.5s;
    }

    .header__sp__wrap.scroll {
        top: -200px;
    }

    .header__sp__wrap.no-scroll {
        top: 0;
        /* background: #002895; */
        background-color: rgba(0, 40, 149, 0.8);
    }

    .header__sp {
        padding: 0 20px;
        justify-content: center;
        position: relative;
        background-color: transparent;
    }

    .header__pc__nav__wrap {
        width: 100%;
        height: 80px;
        display: block;
        max-width: 1285px;
        margin-top: 49px;
    }

    .header__pc__nav {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
    }

    .header__pc__nav>li {
        height: 100%;
        position: relative;
        line-height: 1.3;
        font-size: 20px;
        font-weight: 800;

    }

    .header__pc__nav>li>a {
        transition: opacity .5s;
    }

    .header__pc__nav>li.header__pc__nav__contact {
        min-width: 150px;
        width: 150px;
        border-radius: 100px;
        height: 40px;
        margin: 0;
        border: 1px solid #fff;
    }

    .header__pc__nav>li.header__pc__nav__contact>a {
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .header__pc__nav>li>a:hover {
        opacity: 0.4;
    } */

    .header__pc__nav>li:not(:last-child) {
        margin-right: 48px;
    }

    .header__pc__nav>li>a {
        text-decoration: none;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header__pc__new-work {
        cursor: pointer;
    }

    .header__pc__new-work__list__wrap {
        position: absolute;
        background-color: #fff;
        max-width: 100%;
        top: 60px;
        background: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        height: 0;
        transition: all 0.5s;
    }

    .header__pc__new-work__list {
        /*  display: none; */
        width: 100%;
        font-size: 12px;
        padding: 10px 7px;
        /* white-space: nowrap; */
        border-top: 3px solid #eba03b;
    }

    /* .header__pc__new-work:hover .header__pc__new-work__list{
          display:block;
      } */
    .header__pc__new-work__list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .header__pc__new-work__list li a {
        text-decoration: none;
        color: #000;
    }

    .l-header__nav-btn {
        display: none;
    }

    .header__sp__r-wrap {
        display: flex;
        align-items: center;
        margin-right: 0;
        /*   height: 56.92px; */
        position: relative;
        width: 300px;
    }

    /* .header__sp {
          
          padding: 0 7.7%;
          background-color:transparent;
          width: 100%;
          border-bottom: #eba03b 5.8px solid;
      } */
    .header__sp__shisa {
        width: 74px;
    }

    .header__sp__logo {
        /* padding: 10px 0; */
        margin-right: 73px;
        min-width: 350px;
        margin-top: 49px;

    }

    .header__sp__mail__icon {
        width: 59.67px;
        margin-right: 26%;
    }

    .header__sp__cart__icon {
        width: 39px;
        position: relative;
        margin: 0 181px 0 20px;
    }

    .header__sns__wrap {
        justify-content: right;
        padding: 0;
        margin-top: 10px;
    }

    .header__sns__wrap>a {
        width: 43px;
    }

    .header__sns__wrap>a:nth-child(2) {
        margin: 0 27px;
    }

    /* フッター */
    .footer__wrap {
        background-color: #0080c6;
        padding: 132px 0 249px;
    }

    .footer__top__wrap {
        padding: 0 20px;
        display: flex;
        justify-content: center;
    }

    .footer__top__wrap>img {
        max-width: 581px;
        margin: 0;
        display: block;
    }

    .footer__contact {
        display: flex;
        border: #fff 1px solid;
        color: #fff;
        max-width: 577px;
        margin: 0;
        margin-top: 0;
        margin-left: 40px;
    }

    .footer__contact__ttl {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 0 12px;
        border-right: #fff 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;

    }

    .footer__contact__txt {
        padding: 23px;
        line-height: 1.4;
        font-size: 18px;
    }

    .footer__contact__txt-item {
        margin-bottom: 7px;
    }

    .footer__contact__txt01 {
        text-indent: -4.5rem;
        padding-left: 4.5rem;
        display: inline-block;
    }

    .footer__contact__txt02 {
        text-indent: -6.7rem;
        padding-left: 6.7rem;
        display: inline-block;
    }


    .footer__contact__txt03 {
        font-size: 30px;
    }

    .footer__contact__txt03>span {
        font-size: 18px;
    }

    .footer__nav {
        margin: 0 20px;
        margin-top: 95px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .footer__nav>li {
        margin-bottom: 0;
        font-size: 19px;
        line-height: 1.4;
    }

    .footer__nav>li:not(:last-child) {
        margin-right: 40px;
    }





    .footer__nav>li>a {
        color: #fff;
    }

    .footer__sns__wrap {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }

    .footer__sns__wrap>a {
        width: 91px;
        display: block;
    }

    .footer__sns__wrap>a:nth-child(2) {
        margin: 0 55px;
    }

    .footer__nav__contact {
        margin: 0;
        width: 136px;
    }

    .footer__nav__contact a {
        margin: 0;
        padding: 5px 20px;
        display: block;
    }

    .mv__txt01 {
        width: 71.7%;
        position: absolute;
        top: 28%;
        left: 5.5%;
    }

    .mv__txt02 {
        position: absolute;
        width: 19.7%;
        bottom: 4.7%;
        right: 2.7%;
    }

    .mv__txt03 {
        width: 33%;
        position: absolute;
        top: 65%;
        left: 7%;
    }

    @media screen and (min-width: 1080px) and (max-width:1240px) {
        .footer__top__wrap>img {
            max-width: 481px;
            margin: 0;
            display: block;
        }


    }



    @media screen and (min-width: 1080px) and (max-width:1450px) {

        .header__pc__nav__wrap {
            /*   max-width: 670px;
    } */
        }

        .header__pc__nav li {
            /* height: 100%; */
            font-size: 16px;
        }

        .header__pc__nav>li:not(:last-child) {
            margin-right: 35px;
        }



        .header__sp__logo {

            min-width: 200px;
            width: 200px;
            margin-right: 55px;
            margin-top: 35px;
        }

        .header__pc__nav__wrap {
            /*   max-width: 607px; */
        }

        .header__pc__nav>li.header__pc__nav__contact {
            /*  min-width: 120px;
            width: 100px;
            background-color: #B70000;
            border-radius: 120px;
            height: 42px;
            margin: 0;
            margin-left: 0;
            font-size: 14px; */
        }

        .header__pc__nav__wrap {
            width: 100%;
            height: 80px;
            display: block;
            max-width: 1285px;
            margin-top: 35px;
        }

        .header__sns__wrap>a {
            width: 35px;
        }

        .header__sns__wrap>a:nth-child(2) {
            margin: 0 20px;
        }

        .header__sp__wrap {
            height: 175px;
            top: 0;
            transition: top 0.5s;
        }


    }

    /* 共通部分 */

    .br__pc {
        display: block;
    }

    .br__sp {
        display: none;
    }


}

@media screen and (min-width: 1140px) {
    .br__pc02 {
        display: none;
    }

}

@media screen and (min-width: 768px) {
    .h__ttl {
        font-size: 102px;
    }

    .h__subttl {
        font-size: 42px;
        font-weight: 900;
        margin-top: 19px;
    }



}